diff --git a/css/theme.css b/css/theme.css index efb755d..b67a691 100644 --- a/css/theme.css +++ b/css/theme.css @@ -19,8 +19,7 @@ article { } article.title { - background: var(--bg-dark); - color: var(--bg-light); + background: url("./images/freeside.svg") no-repeat bottom center / 8em; } article:not(.title) { @@ -34,7 +33,10 @@ h1, h2, h3 { text-align: center; margin: 0.5em 0; } -h1 { font-size: 150%; } +h1 { + background: var(--bg-dark); + font-size: 150%; +} h2 { font-size: 125%; margin-top: 0.1em; } p:first-of-type { margin: 0; } diff --git a/index.html b/index.html index 1c52e7a..39b9bb9 100644 --- a/index.html +++ b/index.html @@ -8,10 +8,7 @@
-

Linux 101

-
- The Freeside Logo -
+

Linux 101

Structure

@@ -64,10 +61,7 @@
-

Installing Ubuntu

-
- The Freeside Logo -
+

Installing Ubuntu

What's Ubuntu?