Skip to content

searx.info Dark Blue Mode by BananaMaster3

Details

AuthorBananaMaster3

LicenseNo License

Categorysearx.info

Created

Updated

Size686 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Blue mode for searx.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         searx.info
@version      20230904.14.19
@namespace    ?
==/UserStyle== */

@-moz-document domain("searx.info") {
body {
    background-color: #00002f;
    color: #ffffff;
    font-family: system-ui;
}


#search {
    background-color: #00002f;
    border-width: 0px
}

.result .altlink .highlight,
.result .content .highlight,
.result .stat .highlight {
    color: #ffffff;
    font-weight: 550
}

article.result[data-vim-selected = "true"] {
    border: 2px solid #00003e;
    background-color: #00003f;
    border-radius: 8px;
}

label.tooltips,
select#language.language,
select#time_range.time_range {
    color: #ffffff;
}

h2 {
    color: #612700
}
}

Reviews

No reviews yet.