Skip to content

Commit

Permalink
activity padding, dark tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rystaf committed Apr 19, 2024
1 parent a700420 commit 1347a2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions public/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
background-color: #262626;
color: #ddd;
}
a {
a, .side a {
color: #8cb3d9;
}
input[type=text], input[type=password], textarea {
Expand Down Expand Up @@ -84,6 +84,9 @@ input[type=text], input[type=password], textarea {
background-color: #393939;
border-color: #666;
}
.side input[type=text] {
border-color: gray !important;
}
.create a div {
background-color: #444444;
border: 0;
Expand Down Expand Up @@ -143,7 +146,7 @@ nav .right a, nav .right input[type=submit]{
color: #dadada;
}
.commentmenu .selected, .menu .selected {
color: #ddd;
color: #ddd !important;
}
.commentmenu a, .dark .menu {
color: #6a98af;
Expand Down
10 changes: 8 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,14 @@ summary {
font-size: 13px;
}
.activity .title {
margin: 5px 0px 0px 10px;
margin: 5px 0px 2px 10px;
}
.activity .post {
margin-bottom: 10px;
}
.activity .comment {
padding-bottom: 1px;
}
.message {
margin: 10px 10px 15px 10px;
}
Expand Down Expand Up @@ -1027,6 +1030,9 @@ body.dark {
color: #fff;
border-color: #4d4d4d
}
.dark .side input[type=text] {
border-color: gray;
}
.dark .post .rank {
color: #646464;
}
Expand Down Expand Up @@ -1154,7 +1160,7 @@ body.dark {
color: #dadada;
}
.dark .commentmenu .selected, .dark .menu .selected {
color: #ddd;
color: #ddd !important;
}
.dark .commentmenu a, .dark .menu {
color: #6a98af;
Expand Down

0 comments on commit 1347a2e

Please sign in to comment.