Minor style fixes, minor manual refactor

This commit is contained in:
mrfry 2021-03-06 15:14:28 +01:00
parent 34cc962ab4
commit 1d6cc647e9
10 changed files with 24 additions and 57 deletions

View file

@ -6,11 +6,6 @@
.commentData {
padding: 5px 2px;
border-left: 2px solid var(--text-color);
border-radius: 3px;
}
.commentData:hover {
background-color: var(--hoover-color);
}
.commentHeader {

View file

@ -20,7 +20,6 @@
.adminPost {
border-left: 2px solid yellow;
border-radius: 5px;
}
.newsContainer img {

View file

@ -1,6 +1,6 @@
.container {
background-color: var(--background-color);
border-left: 3px solid #99f;
border-left: 3px solid var(--text-color);
top: 0;
right: 0px;
height: 100%;

View file

@ -9,12 +9,12 @@
}
.title {
color: #99f;
color: var(--text-color);
font-size: 18px;
}
.name {
color: #99f;
color: var(--text-color);
font-size: 20px;
margin: 20px 0px;
}
@ -36,7 +36,7 @@
}
.button {
border: 2px solid #99f;
border: 2px solid var(--text-color);
border-radius: 3px;
text-align: center;
cursor: pointer;