X-Git-Url: https://git.xangelo.ca/?p=rss-reader.git;a=blobdiff_plain;f=html%2Fstyle.css;fp=html%2Fstyle.css;h=cab43006e3377dd4e3b45198e36538ed912f44a6;hp=d7fdaa761806159e59f84c6350ae7407da58db35;hb=200808f1fc03c8669968a77074bc6051d3bf663b;hpb=1efc77a5994e43c58f326016acfe9e48da055b56 diff --git a/html/style.css b/html/style.css index d7fdaa7..cab4300 100644 --- a/html/style.css +++ b/html/style.css @@ -7,6 +7,7 @@ html, body { overflow: hidden; } + h1,h2,h3,h4,h5,h6 { font-size: 1rem; } @@ -159,3 +160,7 @@ a { #feed-item-list a.unread { font-weight: bold; } + +.hidden { + display: none !important; +}