diff --git a/static/topicformat.css b/static/topicformat.css index fe599a9..4c432ac 100644 --- a/static/topicformat.css +++ b/static/topicformat.css @@ -3,6 +3,7 @@ body { padding-top: 120px; padding-left: 120px; padding-right: 120px; + font-size: 18px; } .grid-container { @@ -36,8 +37,6 @@ body { .title { display:block; - font-size: large; - font-weight: 700; } .tooltiptext { @@ -55,17 +54,18 @@ body { /*links*/ a:link { - text-decoration: none; + text-decoration: underline; + color: #371F10; } a:visited { text-decoration: none; + color: #371F10; } a:hover { - background-color: #0BEFEB; - opacity: 0.7; - color: white; + text-decoration: none; + color: blue; } h1 { @@ -76,5 +76,5 @@ h1 { background-color: rgba(11,239,235,0.7); padding: 3px 30px 3px 10px; z-index: 10; - font-size: 32px; + : 32px; }