X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=34ea13685f0b1b783a69119fd782fc69fac342d5;hb=4fbd14bc87ec25ec5f68f0854d1feb0cd64a5ee4;hp=286157501f5f850e3e436ca75b7d61c9384986ed;hpb=6db033602e7c17efc40a4a19efe705d67832fc1a;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 2861575..34ea136 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,11 @@ textarea { color: rgb(255, 172, 0); } +#sone a.internet { + color: rgb(255, 0, 0); + font-weight: bold; +} + #sone a img { border: none; } @@ -335,10 +340,6 @@ textarea { background-color: #ffffa0; } -#sone .sone .id { - display: none; -} - #sone .sone .profile-link { display: block; }