Update loma_dark.css
This commit is contained in:
parent
926ee4c826
commit
0f97fab795
1 changed files with 19 additions and 0 deletions
|
@ -3,6 +3,17 @@
|
|||
Created on : 26.03.2024
|
||||
Author : Matthias Ebers <feb@loma.ml>
|
||||
*/
|
||||
|
||||
/*
|
||||
body {
|
||||
background: url(scheme/joinfriendica_dark.jpeg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
height: auto;
|
||||
}
|
||||
*/
|
||||
|
||||
#topbar-first {
|
||||
background-color: $background_color;
|
||||
}
|
||||
|
@ -919,3 +930,11 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
|
|||
background: #1f2123;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* Seitenpaginierung */
|
||||
.pagination li > a, .pager li > a {
|
||||
background-color: #aaa0;
|
||||
color: #c2b39e;
|
||||
border: 0px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue