diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index b92d088c..c9843bce 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -539,6 +539,12 @@ p .current { display: none; } +a.box.content-image { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + a.box:focus { outline: 3px double var(--primary-color); } |