cool theme i made

i made a theme for my profile im really happy with how it came out

if you want to add it to your profile the code is below:

<style>
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap');
    body {
        cursor: url('https://cdn.discordapp.com/attachments/822231834024083537/961853071862943784/weed.png'), default;
        background-color: rgb(255, 255, 255);
        font-family: 'Work Sans', sans-serif !important;
    }
    .top {
        background-color: rgb(70, 139, 47) !important;
    }
    .links {
        background-color: rgb(74, 114, 61) !important;
        text-align: center;
    }
    .heading {
        background-color: rgb(70, 139, 47) !important;
        border-radius: 5px;
    }
    h4 {
        color: rgb(0, 0, 0) !important;
    }
    .container {
        width: 100%;
    }
    footer {
        background-color: rgb(255, 255, 255);
    }
    ul.links:nth-child(3) {
        background-color: rgb(255, 255, 255) !important;
    }
    .contact {
        border-style: hidden !important;
    }

    .table-section {
        border-style: hidden !important;
    }
    td {
        background-color: rgb(237, 237, 237) !important;
    }
    p {
        color: rgb(0, 0, 0) !important;
    }
    .url-info {
        display: none;
    }
    img {
        border-radius: 5px;
    }
    form {
        display: none;
    }
    .blurbs > div:nth-child(1) > h4:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
    .contact > div:nth-child(1) > h4:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
    div.friends:nth-child(4) > div:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
    div.friends:nth-child(4) > div:nth-child(1) > h4:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
    div.table-section:nth-child(7) > div:nth-child(1) > h4:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
    #comments > div:nth-child(1) > h4:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
    div.table-section:nth-child(8) > div:nth-child(1) > h4:nth-child(1) {
        color: rgb(255, 255, 255) !important;
    }
</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )