vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-11-12 16:55:27 +01:00
parent 72888b4577
commit ebfe4c7d10
2 changed files with 263 additions and 4 deletions

259
fomantic.vrimin.css Normal file

File diff suppressed because one or more lines are too long

View file

@ -20,8 +20,8 @@ a {
}
}
body > .full.height::first-line, // makes »This website works better with JavaScript.« invisible, but there is still a gap if javascript is disabled (client-side).
.full.height > span {
font-size: 0;
line-height: 0px;
@if $nojavascript == true {
.full.height > span { // makes »This website works better with JavaScript.« invisible, but there is still a gap if javascript is disabled (client-side).
display: none;
}
}