For Google Sheets, larger formula text
Pepsakdoek by pepsakdoek
Details
Authorpepsakdoek
LicenseNo License
Categorydocs.google.com
Created
Updated
Size633 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pepsakdoek
@version 20231129.08.30
@namespace userstyles.world/user/pepsakdoek
@description For Google Sheets, larger formula text
@author pepsakdoek
@license No License
==/UserStyle== */
/* ==UserStyle==
@name docs.google.com - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Google Sheets - Larger Formula Text
@author PepSakdoek
==/UserStyle== */
@-moz-document domain("docs.google.com") {
div.cell-input,
div.cell-input bdo span,
.input-box div {
font-size: 14pt;
line-height:14pt;
}
}