mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-18 15:32:23 +00:00
Added .sticky class
This commit is contained in:
parent
2f8f41d6f3
commit
899502c8c1
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