Another bunch of styling fixes

This commit is contained in:
2022-03-22 23:02:47 +01:00
parent 8246d3668c
commit a2f6857d20
20 changed files with 111 additions and 109 deletions

View File

@@ -77,7 +77,7 @@ header > h1 {
margin-bottom: 69px;
}
footer > .footer_content {
background-color: rgba(0, 0, 0, 0.2);
background-color: var(--shaded_background);
display: inline-block;
border-radius: 8px;
margin: 300px 0 69px 0;
@@ -180,18 +180,11 @@ section {
text-decoration: none;
}
.highlight_dark,
.highlight_middle,
.highlight_light,
.highlight_lighter,
.highlight_shaded,
.highlight_green,
.highlight_blue,
.highlight_yellow,
.highlight_red,
.highlight_1,
.highlight_2,
.highlight_3,
.highlight_4 {
.highlight_red {
position: relative;
width: auto;
height: auto;
@@ -200,18 +193,8 @@ section {
padding: 4px;
border-radius: 8px;
}
.highlight_dark, .highlight_1 {
background-color: var(--layer_1_color);
color: var(--layer_1_text_color);
}
.highlight_middle, .highlight_2 {
background-color: var(--layer_2_color);
}
.highlight_light, .highlight_3 {
background-color: var(--layer_3_color);
}
.highlight_lighter, .highlight_4 {
background-color: var(--layer_4_color);
.highlight_shaded {
background: var(--shaded_background);
}
.highlight_green {
background-color: rgba(0, 255, 0, 0.05);
@@ -490,7 +473,7 @@ button > svg,
overflow-y: hidden;
white-space: nowrap;
text-align: center;
background-color: var(--layer_1_color);
background-color: var(--shaded_background);
box-shadow: inset 0 -10px 8px -12px var(--shadow_color);
}
.tab_bar > button,