mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Html/Renderer: Implement some CSS default rules
This commit is contained in:
28
Applications/Internet/Cyberia.app/Resources/Default.css
Normal file
28
Applications/Internet/Cyberia.app/Resources/Default.css
Normal file
@@ -0,0 +1,28 @@
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.17em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.83em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.67em;
|
||||
font-weight: bold
|
||||
}
|
||||
Reference in New Issue
Block a user