summaryrefslogtreecommitdiffstats
path: root/themes/aoidh
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-12-23 18:16:33 -0330
committerSam Anthony <sam@samanthony.xyz>2025-12-23 18:16:33 -0330
commitd909830932346051b63f9d3beb6d4085051b4c0d (patch)
tree6c407d8c56f56ff35d14950565435e2073d85822 /themes/aoidh
parent8b44ae42e2b769872413e78e6ddfee93dbe1fcc2 (diff)
downloadsamanthony.xyz-d909830932346051b63f9d3beb6d4085051b4c0d.zip
home page: contact info
Diffstat (limited to 'themes/aoidh')
-rw-r--r--themes/aoidh/assets/aoidh.css35
1 files changed, 33 insertions, 2 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css
index 0b787b7..9acb0ef 100644
--- a/themes/aoidh/assets/aoidh.css
+++ b/themes/aoidh/assets/aoidh.css
@@ -66,6 +66,18 @@ ul {
padding: 0;
}
+h1 {
+ font-size: 130%;
+}
+
+h2 {
+ font-size: 120%;
+}
+
+h3 {
+ font-size: 110%;
+}
+
p {
text-align: justify;
hyphens: auto;
@@ -73,11 +85,11 @@ p {
}
a {
- text-decoration: underline;
+ text-decoration: none;
border: 1px solid transparent;
}
-a:hover, nav a:focus {
+a:hover {
text-decoration: none;
color: #000;
background: var(--light-blue);
@@ -89,3 +101,22 @@ a:active {
background: var(--light-blue);
border: 1px solid var(--dark-blue);
}
+
+table {
+ border-collapse: collapse;
+ text-align: left;
+ margin-bottom: 1.5rem;
+}
+
+thead tr {
+ border: 1px solid #000;
+}
+
+tr {
+ border: 1px solid var(--dark-gray);
+}
+
+th, td {
+ padding: .15rem .6rem .15rem;
+ vertical-align: middle;
+}