X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fstatic%2Fcss%2Fwebcit.css;h=01c168bb162757e6e9a4a3dd5f3e8f19619043aa;hb=827cce0cf5999b2f76e9795787b89f2474c2fed0;hp=0470c8b26915659a24af220f59cbc4efe28050a4;hpb=67029c2afa9cc36aaaf568c43174504ca18f5c39;p=citadel.git diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 0470c8b26..01c168bb1 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -87,7 +87,6 @@ display: block; background-color: DarkSlateGrey; color: White; - /* font-size: 1.7vh; */ font-size: calc(50% + 0.6vw); border: none; padding: 1vh; @@ -224,12 +223,13 @@ html,body,h1,h2,h3,h4,h5 { border-width: thin; border-color: Black; cursor: default; + font-size: calc(50% + 0.4vh); } .ctdl-msg-button:hover { background-color: #123456; color: GhostWhite; - transition: .3s; + transition: .4s; border-color: #123456; cursor: default; }