Skip to content

Wide Brave Search by foliovision

Screenshot of Wide Brave Search

Details

Authorfoliovision

LicenseNo License

CategoryBrave Search

Created

Updated

Size865 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Brave search more readable, especially scannable by changing main results typeface to Verdana and widening the results section.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Wide Brave Search
@version      20211202.22.13
@namespace    userstyles.world/user/foliovision
@description  Makes Brave search more readable, especially scannable by changing main results typeface to Verdana and widening the results section.
@author       foliovision
@license      No License
==/UserStyle== */

@-moz-document domain("search.brave.com") {
/* widen the page */
:root {
    --main-column-width: 1200px;
    --normal-snippet-width: 1200px;
}

/* make type more readable, esp. scannable */

.main, .snippet-description, .snippet-title, #searchbox, .snippet-url {font: 1em Verdana, sans-serif;}
#searchbox {font-size: 1.1em}
.snippet-title {font-size: 1.2em}
.snippet-url {font-size: .9em}

/* I've left the brandable typeface as Poppins to retain Brave look and brand without making the search results unreadable */



}

Reviews

No reviews yet.