aboutsummaryrefslogtreecommitdiffstats
path: root/VegaData/wwwroot/index.html
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-08 11:24:09 +0200
committerivar <i@oiee.no>2025-10-08 11:24:09 +0200
commit45ebad11572c00dbc941ef916d4866405e3921bd (patch)
tree4da720ae56f3e608f8fa3c95bce2b1e722ed7602 /VegaData/wwwroot/index.html
parent2c61e139285a0e0c82935d555ac7a943ae2c55c6 (diff)
downloadvegadata-45ebad11572c00dbc941ef916d4866405e3921bd.tar.xz
vegadata-45ebad11572c00dbc941ef916d4866405e3921bd.zip
n
Diffstat (limited to 'VegaData/wwwroot/index.html')
-rw-r--r--VegaData/wwwroot/index.html32
1 files changed, 24 insertions, 8 deletions
diff --git a/VegaData/wwwroot/index.html b/VegaData/wwwroot/index.html
index 30056ce..235c5ac 100644
--- a/VegaData/wwwroot/index.html
+++ b/VegaData/wwwroot/index.html
@@ -67,6 +67,10 @@
overflow-x: auto;
}
+ #times {
+ padding-left: 15px;
+ }
+
main {
padding-inline: 10px;
}
@@ -76,15 +80,23 @@
width: 100%;
.title {
- width: 100%;
- display: inline-block;
- font-size: 3rem;
- font-weight: 600;
position: sticky;
top: 0;
- overflow-wrap: break-word;
- hyphens: manual;
- background: beige;
+ width: 100%;
+ display: flex;
+ align-items: baseline;
+ justify-content: space-between;
+ background: bisque;
+ padding-inline: 3px;
+ padding-bottom: 5px;
+
+ h2 {
+ font-weight: 600;
+ overflow-wrap: break-word;
+ hyphens: manual;
+ margin-top: 0;
+ margin-bottom: 0;
+ }
}
}
@@ -94,7 +106,11 @@
text-decoration: none;
font-weight: 400;
margin-bottom: 15px;
- border-bottom: 2px dotted dodgerblue;
+
+ .date::first-letter {
+ border-left: 2px solid gold;
+ padding-left: 2px;
+ }
div {
display: flex;