diff --git a/lab/login/style.css b/lab/login/style.css index 1744c38d..1745f11d 100644 --- a/lab/login/style.css +++ b/lab/login/style.css @@ -419,6 +419,36 @@ input[type="checkbox"] { content: " 🔒"; } +/* ==== */ +/* Tuna */ +/* ==== */ + +.name-Tuna{ + background: linear-gradient(0deg, rgba(129, 111, 218, 1) 0%, rgba(237, 145, 228, 1) 80%); + color:transparent; + -webkit-text-fill-color: transparent; + background-clip: text; + text-shadow: 0 0 .3em rgba(237, 145, 228, 0.3); +} + +.name-Tuna::after{ + content: "not a fish"; + padding: 0.1em 0.2em; + margin: 0.35em; + font-size: 0.6em; + position: relative; + top: -0.25em; + font-weight: normal; + background: #ed91e4; + background-clip: text; + border: 1px solid #816fda; + border-radius: 3px; +} + +.at-Tuna::after { + all: unset; +} + /* ====== */ /* soxfox */ /* ====== */