summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-22 17:42:01 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-22 17:44:21 -0500
commitc69ead8f97083d440fd6fd0e905576456df35021 (patch)
tree0700414f27b566ebb4e2498a261e4768188df001 /sass
parent2fffcb67e641688a48f5b82fea066cf52b254148 (diff)
feat: implement project listing and taxonomiesdevelop
Diffstat (limited to 'sass')
-rw-r--r--sass/style.scss35
1 files changed, 17 insertions, 18 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 58c8e05..db0d60c 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -118,32 +118,31 @@ body {
}
}
- & > footer {
- & > * {
- display: inline;
- }
-
- & > time {
- text-decoration: underline;
- }
- }
-
& > nav {
text-align: left;
- font-size: 0.9rem;
}
}
- & > ul > li > article > header > hgroup > :first-child a {
- color: var(--blue);
- text-decoration: none;
+ & > footer {
+ & > * {
+ display: inline;
+ }
- &:hover {
+ & > time {
text-decoration: underline;
}
- &:visited {
- color: var(--blue-dim);
- }
+ }
+ }
+
+ li > article > header > hgroup > :first-child a {
+ color: var(--blue);
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ &:visited {
+ color: var(--blue-dim);
}
}