mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-04 04:21:04 +02:00
Update main.css
This commit is contained in:
parent
2b0d833269
commit
ea6ce394b0
@ -14,6 +14,8 @@ footer a {color:grey;font-weight: bold;}
|
||||
/* Text stuff */
|
||||
h1, h2 {color:#34BEED}
|
||||
a {color:#34BEED}
|
||||
::selection{color: #323232;background: #34BEED;}
|
||||
::-moz-selection{color: #323232;background:#34BEED;}
|
||||
body.dir {text-align: left;}
|
||||
body.dir a {color:black;text-decoration: none;}
|
||||
table {border: 1px solid white; border-collapse: collapse;}
|
||||
@ -34,4 +36,4 @@ img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
|
||||
@keyframes rightHoverAnimation {0% {transform: translateY(-50%) translateX(0); } 100% {transform: translateY(-50%) translateX(-5px);}}
|
||||
|
||||
/* Auto-resizer, do not change pls*/
|
||||
@media (max-width: 768px) {div {width: 100%;}}
|
||||
@media (max-width: 768px) {div {width: 100%;}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user