add styles to preferences page
This commit is contained in:
parent
6bc6ffd08e
commit
11694d57bb
3 changed files with 27 additions and 0 deletions
3
styles/fonts/preferences.css
Normal file
3
styles/fonts/preferences.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
nav a:has([data-result-content="*"]) {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
22
styles/layouts/preferences.css
Normal file
22
styles/layouts/preferences.css
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
/* nav [data-result-content="*"] {
|
||||||
|
|
||||||
|
}*/
|
||||||
|
|
||||||
|
article [data-result-content="*"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a > [data-result-content="*"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 992px) {
|
||||||
|
article [data-result-content="*"] {display: block;}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
a > [data-result-content="*"] {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
2
styles/preferences.css
Normal file
2
styles/preferences.css
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@import url("/styles/layouts/preferences.css");
|
||||||
|
@import url("/styles/fonts/preferences.css");
|
Loading…
Add table
Add a link
Reference in a new issue