Skip to content

Commit 7831188

Browse files
Update header and nav link styles in tsa.css
1 parent ab16b1d commit 7831188

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

tsa-site/tsa.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ main a {
1818
color: gold;
1919
}
2020

21+
header a {
22+
text-decoration: none;
23+
color: gold;
24+
}
25+
2126
nav a {
2227
text-decoration: none;
2328
background-color: light-dark(black, white);
@@ -42,6 +47,7 @@ footer {
4247
text-align: center;
4348
}
4449

50+
4551
/* Skip To Content styles*/
4652
.skip-to-content {
4753
background: #012d53;
@@ -96,6 +102,9 @@ table#searchTable {
96102
background-color: light-dark(dodgerblue, darkblue);
97103
}
98104

105+
table#searchTable th#row {
106+
width: 33%
107+
}
99108

100109

101110
/* desktop-only styles */
@@ -109,8 +118,8 @@ table#searchTable {
109118

110119
nav a:hover {
111120
text-decoration: underline;
112-
color: rgb(255, 49, 49);
113-
background-color: rgb(0, 151, 201);
121+
color: rgb(255, 0, 0);
122+
background-color: rgb(5, 192, 255);
114123
font-size: 1.2em;
115124
transition:
116125
background-color 0.2s ease-out,
@@ -126,6 +135,8 @@ table#searchTable {
126135
}
127136
}
128137

138+
139+
129140
/* mobile/tablet styles */
130141
@media only screen and (max-width: 768px) {
131142
nav li {

0 commit comments

Comments
 (0)