mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Move .less files to dev/less
This commit is contained in:
24
dev/less/util.less
Normal file
24
dev/less/util.less
Normal file
@@ -0,0 +1,24 @@
|
||||
.dark {
|
||||
color: @black !important;
|
||||
}
|
||||
|
||||
.light {
|
||||
color: @gray !important;
|
||||
}
|
||||
|
||||
.accent {
|
||||
color: @accent !important;
|
||||
}
|
||||
|
||||
.small-screens-only {
|
||||
@media (min-width: 550px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.large-screens-only {
|
||||
display: none;
|
||||
@media (min-width: 550px) {
|
||||
display: initial;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user