Changed the color scheme

This commit is contained in:
2019-05-23 11:26:54 +10:00
parent 8b6c506790
commit 378520d50a
3 changed files with 21 additions and 10 deletions
+16 -4
View File
@@ -13,13 +13,13 @@ body {
flex-direction: column;
overflow-x: hidden;
overflow-y: auto;
background-color: #000000;
background-color: #111111;
color: white;
}
h1 {
font-size: 24pt;
color: red;
color: pink;
}
h2 {
@@ -44,6 +44,10 @@ ul {
padding-bottom: .5rem;
}
a {
color: lightblue;
}
.centered {
text-align: center;
}
@@ -171,22 +175,30 @@ footer {
}
}
/* News panel */
/* main panel */
.mainPanel {
margin-left: 15px;
margin-left: 30px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
@media screen and (max-width: 768px) {
.mainPanel {
margin-left: 15px;
}
}
@media screen and (max-width: 480px) {
.mainPanel {
margin-left: 0;
align-self: stretch;
width: auto;
}
}
/* profile page */
.table {
flex: 1;
display: flex;