mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-22 12:49:21 +02:00
Change default theme colors
This commit is contained in:
parent
f4620a8c69
commit
ace344b66a
|
@ -1,3 +1,7 @@
|
||||||
|
body {
|
||||||
|
background-color: #d2d2d2;
|
||||||
|
}
|
||||||
|
|
||||||
.status-container-container {
|
.status-container-container {
|
||||||
margin: 0 -4px 12px -4px;
|
margin: 0 -4px 12px -4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
@ -295,7 +299,7 @@ a, .btn-link {
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
.btn-link:hover {
|
.btn-link:hover {
|
||||||
color: #9899c4;
|
color: #8387bf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-visibility {
|
.status-visibility {
|
||||||
|
@ -446,7 +450,7 @@ img.emoji {
|
||||||
|
|
||||||
#reply-popup {
|
#reply-popup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #ffffff;
|
background-color: #d2d2d2;
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
@ -455,7 +459,7 @@ img.emoji {
|
||||||
|
|
||||||
#reply-to-popup {
|
#reply-to-popup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #ffffff;
|
background-color: #d2d2d2;
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
@ -475,7 +479,7 @@ img.emoji {
|
||||||
.more-content {
|
.more-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #ffffff;
|
background-color: #d2d2d2;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue