summaryrefslogtreecommitdiff
path: root/out/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'out/main.css')
-rw-r--r--out/main.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/out/main.css b/out/main.css
index 1589673..d01c617 100644
--- a/out/main.css
+++ b/out/main.css
@@ -5,19 +5,22 @@ body {
header {
width: 100%; }
header h1 {
- font-size: 50px;
margin: 0;
background-color: rgba(0, 0, 0, 0.6);
- color: white;
padding: 4px;
- padding-bottom: 0; }
- header p.breadcrumbs {
- background-color: rgba(0, 0, 0, 0.6);
- margin: 0;
- color: white;
- padding: 4px; }
- header p.breadcrumbs a {
- color: GoldenRod; }
+ padding-bottom: 0;
+ text-align: middle; }
+ header h1 a:first-child {
+ font-size: 50px;
+ color: white; }
+ header h1, header h1 a:not(:first-child) {
+ color: white;
+ font-size: 15px;
+ color: white; }
+ header h1 a {
+ text-decoration: none; }
+ header h1 a:hover, header h1 a:focus {
+ text-decoration: underline; }
header nav {
/* layout */
line-height: 1;