diff --git a/css/global.css b/css/global.css new file mode 100644 index 0000000..6f92dcf --- /dev/null +++ b/css/global.css @@ -0,0 +1,33 @@ +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; +} + +li { + float: left; +} + +li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +li a:hover { + background-color: #111; +} + +a { + text-decoration: none; +} +a:link, a:visited { + color: green; +} +a:hover { + color: red; +} diff --git a/css/posts.css b/css/posts.css index cddab2a..6ce4860 100644 --- a/css/posts.css +++ b/css/posts.css @@ -56,16 +56,6 @@ button { font-family: 'system-ui'; } -a { - text-decoration: none; -} -a:link, a:visited { - color: green; -} -a:hover { - color: red; -} - .post,.self { width: 50%; margin-left: 25%; diff --git a/views/changePW.html b/views/changePW.html index 6c67110..2a7b2f0 100644 --- a/views/changePW.html +++ b/views/changePW.html @@ -6,10 +6,16 @@