Bootleg port of Catppuccin Frappe to idle.vidski.dev, an Idle RPG.
Idle.vidski.dev Catppuccin Frappe by tomanw8736
Details
Authortomanw8736
LicenseNo License
Categoryidle.vidski.dev
Created
Updated
Code size835 B
Code checksum9d56cbbc
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@-moz-document domain("idle.vidski.dev") {
.bg-background {
background-color: #232634;
}
.bg-card {
background-color: #303446;
}
.bg-primary {
background-color: #ca9ee6;
}
.hover\:bg-primary\/90:hover {
background-color: #f4b8e4;
}
.bg-sidebar {
background-color:#292c3c;
}
* {
border-color:#51576d;
}
:root, html {
font-family: 'figtree' !important;
}
}