diff --git a/index.html b/index.html index b82d464..955ef8d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -

ZHU Alias Reference

+

ZHU Alias Reference

Updated: May 29, 2024

@@ -227,7 +227,8 @@

Controller Resources

-

Route points are highlighted on the scope. ERAM only.

+

Route points are highlighted on the scope.

+

Note: ERAM only.

.[AIRWAY]F

diff --git a/style.css b/style.css index 22a78ca..15ece52 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ body { - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; - background-color: #18181b; - color: #fff + font-family: 'Open Sans', sans-serif; + line-height: 1.75em; + background-color: #222; + color: #ccc; } .collapsible { @@ -9,7 +10,7 @@ body { display: flex; background-color: #25337b; border-radius: 10px; - color: white; + color: #ccc; cursor: pointer; padding: 10px; margin-top: 2px;