diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-08 17:42:04 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-08 17:42:04 +0100 |
commit | 4909153556a84d0b968005cc8b43df528f2dde1d (patch) | |
tree | 8b82e9dd20a260ab82ee66fa69ce2a1fadd6d473 /static | |
parent | f422d957177563a89a4b7792fe395588bb157e10 (diff) | |
download | eda.gay-4909153556a84d0b968005cc8b43df528f2dde1d.tar.gz eda.gay-4909153556a84d0b968005cc8b43df528f2dde1d.zip |
Added scraping whispa for Q&As
Diffstat (limited to 'static')
-rwxr-xr-x | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 4a47ea7..6069ebf 100755 --- a/static/style.css +++ b/static/style.css @@ -147,6 +147,10 @@ aside { margin-top: 10px; } +.qnaheader { + font-weight: bold; +} + blockquote span { color: #789922; } |