mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Use a more generic primary color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user