1
0

scss cleanup and color aggregation

This commit is contained in:
2019-11-08 15:15:58 +01:00
parent 69a478056f
commit 829738fabb
25 changed files with 664 additions and 615 deletions

View File

@@ -9,8 +9,10 @@
flex-direction: row;
text-decoration: none;
background: #BBB;
border: solid 1px #444;
background: $LAYER1_BG_DARKER;
border: $LAYER1_BORDER;
color: $LAYER1_FG;
margin: 5px 0;
&:hover {
@@ -42,7 +44,7 @@
}
.booklst_title {
color: $COL_TEXT_DARK_DARKER;
color: $LAYER1_FG;
font-size: 40pt;
font-weight: bolder;
flex-grow: 1;
@@ -57,7 +59,7 @@
display: flex;
flex-direction: row-reverse;
color: $COL_TEXT_DARK_DARKER;
color: $LAYER1_FG;
}
.booklst_date span {
@@ -67,11 +69,6 @@
border-bottom: 1px solid transparent;
}
.booklst_content p {
color: $COL_TEXT_DARK;
}
@include rdmedia(0) {
.booklst_left { flex-direction: column; align-items: center;}
.booklst_entry { flex-direction: column;}