Makes the background light-blue
myaccount.google.com by Unseeable871
Details
AuthorUnseeable871
LicenseNo License
Categorymyaccount.google.com
Created
Updated
Size604 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Makes the background light-blue
Source code
/* ==UserStyle==
@name myaccount.google.com
@version 20230603.16.28
@namespace userstyles.world/user/Unseeable871
@description Makes the background light-blue
@author Unseeable871
@license No License
==/UserStyle== */
@-moz-document url("https://myaccount.google.com/?hl=en") {
body {
background: #a8dfff;
font-family: 'Balsamiq Sans', cursive;
}
div {
background: #a8dfff;
font-family: 'Balsamiq Sans', cursive;
}
html {
background: #a8dfff;
font-family: 'Balsamiq Sans', cursive;
}
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');
}