mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Added .sticky class
This commit is contained in:
parent
d7e95509c1
commit
5bf3832c82
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ div#categories {
|
|||
color: $blue;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
thead th {
|
||||
@include linear-gradient(#15181b, #0d1011);
|
||||
|
|
Loading…
Reference in a new issue