Skip to content

SSE Worksheet 1 by up957155

Details

Authorup957155

LicenseNo License

Categorycatb.org, Wikipedia, Myport

Created

Updated

Code size592 B

Code checksumae90e850

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change font style and color of the links.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         SSE Worksheet 1
@version      20211013.09.33
@namespace    userstyles.world/user/up957155
@description  Change font style and color of the links.
@author       up957155
@license      No License
==/UserStyle== */

@-moz-document url-prefix("http://www.catb.org/~esr/open-source.html"), url-prefix("https://en.wikipedia.org/wiki/Lionel_Messi"), url-prefix("https://myport.port.ac.uk/") {
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');

* {
    font-family: 'Quicksand', sans-serif;
}

a {
    color: red !important;
}


}

Reviews

No reviews yet.