aboutsummaryrefslogtreecommitdiff
path: root/public/css/master.css
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-04-14 23:44:59 +0100
committerRoscoe <roscoe@wah.moe>2025-04-14 23:45:16 +0100
commit160c83f99f97887967b3f9142d499761de070330 (patch)
treeb247c4b61cfa4c847348bd9ae4f6845dd4f497cd /public/css/master.css
parentf3e2d1e2fc87767ba10dd8c3ae7a5b211ac9610b (diff)
accessibilify
Diffstat (limited to 'public/css/master.css')
-rw-r--r--public/css/master.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/public/css/master.css b/public/css/master.css
index 7de623b..3a349cb 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -150,7 +150,7 @@ div.page-container > div:last-child {
margin-bottom: 0;
}
-div#header {
+header {
display: grid;
grid-template-columns: 66px 1fr;
grid-template-rows: 1fr;
@@ -159,27 +159,27 @@ div#header {
align-items: center;
}
-div#header img {
+header img {
filter: drop-shadow(2px 2px hsl(0, 0%, 66%));
margin-right: 10px;
image-rendering: pixelated;
}
-div#header h1 {
+header h1 {
margin: 0;
font-style: italic;
}
-div#header h1,
-div#header p {
+header h1,
+header p {
display: inline;
}
-div#content {
+main>div {
position: relative;
}
-div#content::after {
+main>div::after {
display: block;
content: "";
clear: both;