mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
Functionally Usable. Plan to update in the future but I’d like to get this version accessible to my non-pro, non-technical friends.
17 lines
242 B
CSS
17 lines
242 B
CSS
.character {
|
|
font-size: 12px;
|
|
font-weight: bolder;
|
|
font-family: "Times New Roman";
|
|
}
|
|
|
|
textarea {
|
|
display:block;
|
|
resize:vertical;
|
|
min-height: 2em;
|
|
max-height: 2.5em;
|
|
height: 2em;
|
|
}
|
|
|
|
html,body{
|
|
height:100%;
|
|
} |