projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351aafa
)
Add simple styling of the <strong> element
author
Carl Worth
<cworth@cworth.org>
Sat, 27 Jun 2020 18:09:22 +0000
(11:09 -0700)
committer
Carl Worth
<cworth@cworth.org>
Sat, 27 Jun 2020 18:09:22 +0000
(11:09 -0700)
Doing the obvious thing and setting font-weight to bold.
This <strong> element is now being used by the admin page.
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index c8d6c86310e1f1def1892becfb7e6861edc5839d..ff638f3950db7d3cf04733c15a039543da8b157b 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-92,6
+92,10
@@
a:active {
color: var(--accent-color-bright);
}
+strong {
+ font-weight: bold;
+}
+
/*\
|*|
|*| Overall page layout