Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jivebiscuit committed May 30, 2024
1 parent 7f39c09 commit 49525db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>

<h2>ZHU Alias Reference</h2>
<h1>ZHU Alias Reference</h1>
<p style="font-style: italic; font-size: smaller; margin-top: -15px;">Updated: May 29, 2024</p>

<input type="text" class="search" id="searchBox" placeholder="Search...">
Expand Down Expand Up @@ -227,7 +227,8 @@ <h3>Controller Resources</h3>

<button class="collapsible"><span class="arrow"></span> Airway Recall (ERAM)</button>
<div class="content">
<p>Route points are highlighted on the scope. <img class="icon" src="images/warning.png"><b>ERAM only.</b></p>
<p>Route points are highlighted on the scope.</p>
<p><img class="icon" src="images/warning.png"><b>Note: ERAM only.</b></p>
<p><span class="command" style="font-size: larger;">.[AIRWAY]F</span></p>
<table>
<thead>
Expand Down
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
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 {
cursor: pointer;
display: flex;
background-color: #25337b;
border-radius: 10px;
color: white;
color: #ccc;
cursor: pointer;
padding: 10px;
margin-top: 2px;
Expand Down

0 comments on commit 49525db

Please sign in to comment.