From cacdbfd3cae93d5d36f655fc226c79c665dba10c Mon Sep 17 00:00:00 2001 From: Sage The DM Date: Thu, 20 Jun 2024 06:28:46 +0200 Subject: [PATCH] Minor header changes --- header.js | 2 +- list.css | 4 ++-- operating_systems/mobile.html | 3 ++- styles.css | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/header.js b/header.js index bfc6c62..c0dd02f 100644 --- a/header.js +++ b/header.js @@ -7,7 +7,7 @@ class Header extends HTMLElement { connectedCallback() { this.innerHTML = `
diff --git a/list.css b/list.css index c417483..44635f3 100644 --- a/list.css +++ b/list.css @@ -81,7 +81,7 @@ header a:hover { /* Article styles */ article { - margin-top: 80px; + margin-top: 8em; margin-bottom: 50px; padding: 20px; width: 90%; @@ -287,7 +287,7 @@ ul.oneStar { } ul.death { - background: #920e0e; + background: #000000; color: white; font-weight: bold; text-shadow: red; diff --git a/operating_systems/mobile.html b/operating_systems/mobile.html index f4eaace..eee1833 100644 --- a/operating_systems/mobile.html +++ b/operating_systems/mobile.html @@ -11,7 +11,7 @@
-

AOSP Base

+

AOSP Based

5/5

  • Volla OS
  • @@ -39,6 +39,7 @@
    • Ubuntu Touch
    +

    1/5

    • postmarketOS
    diff --git a/styles.css b/styles.css index b379bc8..8afd694 100644 --- a/styles.css +++ b/styles.css @@ -81,7 +81,7 @@ header a:hover { /* Article styles */ article { - margin-top: 80px; + margin-top: 8em; margin-bottom: 50px; padding: 20px; width: 90%;