Skip to content

Improved readability in Proxmox on macOS by henningrck

Screenshot of Improved readability in Proxmox on macOS

Details

Authorhenningrck

LicenseNo License

Categoryproxmox

Created

Updated

Size505 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improve readability of text, espacially on macOS in dark mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Improved readability in Proxmox on macOS
@version      20240605.16.58
@namespace    https://userstyles.world/user/henningrck
@description  Improve readability of text, espacially on macOS in dark mode
@author       henningrck
==/UserStyle== */

@-moz-document regexp("https://[0-9a-zA-Z-.]+:8006/.*") {
.x-body {
    font-weight: 400;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.x-panel-body-default {
    font-weight: 400;
}
}

Reviews

No reviews yet.