Update loma_dark.css

This commit is contained in:
loma-one 2024-04-07 12:56:59 +02:00 committed by GitHub
parent 926ee4c826
commit 0f97fab795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}