NeuroWiki hereby wishes Evil Neuro happy 2nd birthday on March 25, 2025!
Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 121: | Line 121: | ||
.container p .en a{ | .container p .en a{ | ||
background-color: #012169; /* 80% transparent blue */ | background-color: #012169; /* 80% transparent blue */ | ||
border: | border-color: #c8102e; /* 5px 80% transparent red */ | ||
color: white; | color: white; | ||
} | } | ||
Line 129: | Line 129: | ||
.container p .zh a{ | .container p .zh a{ | ||
background-color: #ee1c25; /* 80% transparent blue */ | background-color: #ee1c25; /* 80% transparent blue */ | ||
border: | border-color: #ee1c25; /* 5px 80% transparent red */ | ||
color: #ffff00; | color: #ffff00; | ||
} | } | ||
Line 137: | Line 137: | ||
.container p .ja a{ | .container p .ja a{ | ||
background-color: white; /* 80% transparent blue */ | background-color: white; /* 80% transparent blue */ | ||
border: | border-color: white; /* 5px 80% transparent red */ | ||
color: #bd0029; | color: #bd0029; | ||
} | } |