mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-26 11:04:20 +00:00
core: fix notifications colors
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
283e128e93
commit
caa0c2099b
@ -165,6 +165,9 @@ header {
|
|||||||
}
|
}
|
||||||
.white {
|
.white {
|
||||||
background: $white-color;
|
background: $white-color;
|
||||||
|
a {
|
||||||
|
color: $black-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#header_notif {
|
#header_notif {
|
||||||
display: none;
|
display: none;
|
||||||
@ -184,6 +187,13 @@ header {
|
|||||||
.header_notif_time {
|
.header_notif_time {
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
margin: 0em;
|
||||||
|
color: $black-color;
|
||||||
|
&:hover {
|
||||||
|
color: $primary-dark-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
li {
|
li {
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -199,12 +209,6 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
margin: 0em;
|
|
||||||
&:hover {
|
|
||||||
color: $primary-dark-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user