Use a more generic primary color

This commit is contained in:
Cory LaViska
2017-08-16 17:41:03 -04:00
parent 570a33ac08
commit 87a75c4a06
6 changed files with 21 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
body {
border-top: solid .3rem #7fdbff;
border-top: solid .3rem #0074d9;
}
#head {
@@ -199,9 +199,3 @@ a code {
.tabs-vertical-example .tabs-nav a {
display: block;
}
/* Fix a known issue in Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11495448/ */
::selection {
background-color: tomato;
color: white;
}