Update css styling

This commit is contained in:
hiro 2020-11-09 13:18:20 +01:00
parent 3a03bcc69c
commit a197b30928
3 changed files with 8 additions and 1 deletions

View File

@ -74,6 +74,10 @@
font-family: Courier New, monospace;
}
.match:hoover {
color: #9D4AE8;
}
.banner__containter {
position: relative;
right: 0;

View File

@ -8123,6 +8123,9 @@ a.side-nav.active {
background: #000;
font-family: Courier New, monospace; }
.match:hoover {
color: #9D4AE8; }
.banner__containter {
position: relative;
right: 0;

File diff suppressed because one or more lines are too long