summaryrefslogtreecommitdiffstats
path: root/themes/aoidh
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-19 17:06:13 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-19 17:06:13 -0500
commit7c30251e8f61a7d0ff02e4d4063c0e39bde4c62f (patch)
tree75cadcf23f31ee2f8d6d474f26f96390abccc4ce /themes/aoidh
parentbe8d98ec367a222973abc08dc07202ea3d5cb9a6 (diff)
downloadsamanthony.xyz-7c30251e8f61a7d0ff02e4d4063c0e39bde4c62f.zip
home page: design philosophy
Diffstat (limited to 'themes/aoidh')
-rw-r--r--themes/aoidh/assets/aoidh.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css
index b1cc198..878d256 100644
--- a/themes/aoidh/assets/aoidh.css
+++ b/themes/aoidh/assets/aoidh.css
@@ -78,6 +78,7 @@ li.nav-ancestor a {
nav a:active {
box-shadow: 0 0;
+ text-decoration: none;
}
p {
@@ -103,8 +104,8 @@ a:hover {
a:active {
text-decoration: none;
color: #000;
+ text-decoration: underline;
background: var(--light-blue);
- border: 1px solid var(--dark-blue);
}
.title {
@@ -135,11 +136,13 @@ table {
border-collapse: collapse;
text-align: left;
margin-bottom: 1rem;
+ border-left: .2rem solid var(--dark-blue);
+ box-shadow: .2rem .2rem var(--light-gray);
}
thead tr {
- border: 1px solid #000;
background: var(--light-blue);
+ border: 1px solid #000;
}
tbody tr {
@@ -147,7 +150,7 @@ tbody tr {
}
th, td {
- padding: .15rem .6rem .15rem;
+ padding: .125em .4em;
vertical-align: middle;
}