Use monospace and a slightly brighter color for the Folding@Home web client (https://github.com/FoldingAtHome/fah-web-client-bastet)
Folding@Home log monospace+contrast by Artoria2e5
Details
AuthorArtoria2e5
LicenseCC Zero
Categoryapp.foldingathome.org
Created
Updated
Code size498 B
Code checksum661e28b8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Folding@Home log monospace+contrast
@version 20230902.03.25
@namespace userstyles.world/user/Artoria2e5
@description Use monospace and a slightly brighter color for the Folding@Home web client (https://github.com/FoldingAtHome/fah-web-client-bastet)
@author Artoria2e5
@license CC Zero
==/UserStyle== */
@-moz-document domain("app.foldingathome.org") {
.log-view .view-body .log-container .log {
color: #aaaaaa;
font-family: monospace
}
}