mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-18 12:13:24 +00:00
Merge branch 'master' into taiste
This commit is contained in:
commit
0501e6417a
@ -37,7 +37,7 @@ $hovered-red-text-color: #ff4d4d;
|
||||
}
|
||||
|
||||
&:hover>a {
|
||||
color: $hovered-text-color;;
|
||||
color: $hovered-text-color;
|
||||
}
|
||||
|
||||
@media (max-width: 607px) {
|
||||
|
@ -134,5 +134,5 @@ nav.navbar {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -16,7 +16,6 @@
|
||||
{# Thile file is quite heavy (around 250kb), so declaring it in a block allows easy removal #}
|
||||
<link rel="stylesheet" href="{{ static('core/js/ui/jquery-ui.min.css') }}">
|
||||
{% endblock %}
|
||||
|
||||
<link rel="preload" as="style" href="{{ static('core/font-awesome/css/font-awesome.min.css') }}" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{{ static('core/font-awesome/css/font-awesome.min.css') }}"></noscript>
|
||||
<script defer href="{{ static('core/font-awesome/js/fontawesone.min.js') }}"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user