scss cleanup and color aggregation
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user