Remove the unecessarily rounded AWS UI refresh
Reduced rounded AWS UI Refresh by gowrizrh

Details
Authorgowrizrh
LicenseMIT
Categoryconsole.aws.amazon.com
Created
Updated
Code size412 B
Code checksuma32edc3d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name AWS Refresh
@version 20241128.12.09
@namespace ?
==/UserStyle== */
@-moz-document domain("console.aws.amazon.com") {
:root, .awsui-visual-refresh:not(#\ ) {
--border-radius-container-jm6teg: 4px;
--border-radius-button-8zlwjs: 4px;
--border-radius-input-hy50dp: 4px;
--font-family-base-4om3hr: "Inter";
--font-family-monospace-yt4nwf: "Monaco Nerd Font";
}
}