summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/main.scss b/src/main.scss
index e143892..9a75c62 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -7,21 +7,26 @@ header {
width: 100%;
h1 {
- font-size: 50px;
margin: 0;
background-color: rgba(0, 0, 0, 0.6);
- color: white;
padding: 4px;
padding-bottom: 0;
- }
- p.breadcrumbs {
- background-color: rgba(0, 0, 0, 0.6);
- margin: 0;
- color: white;
- padding: 4px;
+ text-align: middle;
+ a:first-child {
+ font-size: 50px;
+ color: white;
+ }
+ &, a:not(:first-child) {
+ color: white;
+ font-size: 15px;
+ color: white;
+ }
a {
- color: GoldenRod;
+ text-decoration: none;
+ }
+ a:hover, a:focus {
+ text-decoration: underline;
}
}