A userstyle made for customizing the search engine, 4get.
Custom4get by thebisexual
Imported and mirrored from https://codeberg.org/ZunneCode/userstyles-that-i-made/raw/branch/main/Styles/Custom4get.user.css
Details
Authorthebisexual
License
Category4get
Created
Updated
Code size1.8 kB
Code checksum48ff91ad
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Custom4get
@namespace https://codeberg.com/ZunneCode/userstyles-that-i-made
@version 1.0.0
@description A userstyle made for customizing the search engine, 4get.
@author Zunne
@advanced text font "Font (Leave this as sans-serif for default)" sans-serif
@advanced color bg_color "BG" #1d2021
@advanced color bg2_color "BG2" #282828
@advanced color bg3_color "BG3 (Code Div)" #3c3836
@advanced color fg_color "FG" #a89984
@advanced color fg2_color "FG2" #bdae93
@advanced color fg3_color "FG3 (Title)" #928374
@advanced color button_border "Div Border" #504945
@advanced color sib_color "Search Input Border" #767676
@advanced color string "String" #7daea7
@advanced color green "Green (Success)" #b8bb26
@advanced color yellow "Yellow (Warning, Keyword)" #d8a657
@advanced color red "Red (Error)" #fb4934
@advanced color result "Result (Date)" #8ec07c
==/UserStyle== */
@-moz-document url-prefix("https://4get."),
url-prefix("https://search.mint.lgbt/") {
:root {
--1d2021: /*[[bg_color]]*/;
--282828: /*[[bg2_color]]*/;
--3c3836: /*[[bg3_color]]*/;
--504945: /*[[button_border]]*/;
--928374: /*[[fg3_color]]*/;
--a89984: /*[[fg_color]]*/;
--bdae93: /*[[fg2_color]]*/;
--8ec07c: /*[[result]]*/;
--ebdbb2: #ebdbb2;
--comment: #9e8e73;
--default: #d4be98;
--keyword: /*[[yellow]]*/;
--string: /*[[string]]*/;
--green: /*[[green]]*/;
--yellow: /*[[yellow]]*/;
--red: /*[[red]]*/;
}
input {
border-color: -internal-light-dark(/*[[sib_color]]*/
)
}
#images .duration {
border-color: /*[[button_border]]*/
}
body {
font-family: /*[[font]]*/
!important
}
}