aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2021-01-17 08:55:19 +0000
committerr <r@freesoftwareextremist.com>2021-01-17 08:55:19 +0000
commitace344b66ac42a3fa80c8e0dffb485dbeb88ff92 (patch)
tree24419e700604ebd771d1fe094f1f83fb4bea8fb8
parentf4620a8c69a71a4e99ed4e51346ec630f7c3aee2 (diff)
downloadbloat-ace344b66ac42a3fa80c8e0dffb485dbeb88ff92.tar.gz
bloat-ace344b66ac42a3fa80c8e0dffb485dbeb88ff92.zip
Change default theme colors
-rw-r--r--static/style.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index 5002fd6..1921f5e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,3 +1,7 @@
+body {
+ background-color: #d2d2d2;
+}
+
.status-container-container {
margin: 0 -4px 12px -4px;
padding: 4px;
@@ -295,7 +299,7 @@ a, .btn-link {
a:hover,
.btn-link:hover {
- color: #9899c4;
+ color: #8387bf;
}
.status-visibility {
@@ -446,7 +450,7 @@ img.emoji {
#reply-popup {
position: absolute;
- background: #ffffff;
+ background-color: #d2d2d2;
border: 1px solid #aaaaaa;
padding: 4px 8px;
z-index: 3;
@@ -455,7 +459,7 @@ img.emoji {
#reply-to-popup {
position: absolute;
- background: #ffffff;
+ background-color: #d2d2d2;
border: 1px solid #aaaaaa;
padding: 4px 8px;
z-index: 3;
@@ -475,7 +479,7 @@ img.emoji {
.more-content {
display: none;
position: absolute;
- background-color: #ffffff;
+ background-color: #d2d2d2;
padding: 2px 4px;
border: 1px solid #aaaaaa;
}