File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2126nav 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 {
You can’t perform that action at this time.
0 commit comments