1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

fix ie5 link colors

This commit is contained in:
mat 2023-11-27 00:49:57 -06:00
parent e1ac5853ba
commit ad66afdcf6
2 changed files with 10 additions and 5 deletions

View file

@ -120,10 +120,6 @@
overflow-y: scroll;
}
:global(h2) {
margin: 0;
}
#main-table {
width: 100%;
}

View file

@ -12,7 +12,12 @@ body {
src: url(/retro/comicsans.ttf) format('truetype');
}
a {
a,
/* these are necessary for ie5 */
a:link,
a:visited,
a:hover,
a:active {
color: #ffffff;
}
@ -21,6 +26,10 @@ img {
border: none;
}
:global(h2) {
margin: 0;
}
*,
*:before,
*:after {