Skip to content

Colorful Icons by azogwashere

Details

Authorazogwashere

LicenseNo License

Categoryplanetarium.digital

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the side icons colorful and changes a few other things.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Colorful Icons
@version    20240129.03.19
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.planetarium.digital") {
@moz-document domain(https://www.planetarium.digital) 
    .s-te span {
    display: none;
}
.s-te:after {
    content: "";
}
.far fa-cube {
    display: none;
}
.far fa-cube:after {
    content: "999M";
}

.has-text-warning .has-text-warning {
    display: none;
}
.has-text-warning .has-text-warning:after {
    content: "B+";
}

bio {
    display: none;
}
bio:after {
    content: "This theme is made by Azog.";
    font-family: Times New Roman;
    color: blue;
}

.fa-youtube {
    color: red;
}
.fa-reddit {
    color: #ff4500;
}
.fa-twitter {
    color: #1da1f2;
}
.fa-discord {
    color: #5765f2;
}

.side-con .fa-user-astronaut {
    color: purple;
}
.side-con .fa-user-plus {
    color: #14D513;
}
.side-con .fa-envelope {
    color: #C8A522;
}
.fa-code {
    color: #001DFF;
}
.side-con .fa-cog {
    color: #FF00D1;
}
.fa-users-crown {
    color: #00FFEE;
}

.navbar-menu {
    background-color: black;
}
.is-fluid {
    background-color: black;
}
.side-nav {
    background-color: black;
}
.p-3 {
    background-color: black;
}
body {
    background-color: black;
}
footer {
    background-color: black;
}
.button.is-info {
    background-color: black;
}
.button.is-link {
    background-color: black;
}
.button {
    background-color: black;
}
}

Reviews

No reviews yet.