Skip to content

Websim Night Sky Theme by stackingbooks

Screenshot of Websim Night Sky Theme

Details

Authorstackingbooks

LicenseNo License

Categorywebsim.ai

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Websim.AI theme for the Windows 10 night sky wallpaper.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Websim Night Sky Theme
@version      20250307.12.34
@namespace    https://userstyles.world/user/stackingbooks
@description  Websim.AI theme for the Windows 10 night sky wallpaper.
@author       stackingbooks
==/UserStyle== */

@-moz-document url-prefix("https://websim.ai") {
@font-face {
  font-family: 'Montserrat';
  src: url('https://brickarcadium.ix.tc/misc/fonts/Montserrat.ttf');
}


* {
    font-family: 'Montserrat' !important;
}

.dark\:border-neutral-50\/20:is(.dark *) {
    background: linear-gradient(55deg, rgba(10, 0, 15, 1), rgba(45, 32, 43, 1));
    -webkit-background: linear-gradient(55deg, rgba(10, 0, 15, 1), rgba(45, 32, 43, 1));
    -moz-background: linear-gradient(55deg, rgba(10, 0, 15, 1), rgba(45, 32, 43, 1));
}
}

@-moz-document url-prefix("https://api.websim.ai/api/v1/sites/LOGGED_IN/html") {
@font-face {
  font-family: 'Montserrat';
  src: url('https://brickarcadium.ix.tc/misc/fonts/Montserrat.ttf');
}


* {
    font-family: 'Montserrat' !important;
}

.dark body {
    color: #f3f4f6;
    background-image: url('https://i.imgur.com/GfwCvWG.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
}

Reviews

No reviews yet.