mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
15 lines
No EOL
176 B
CSS
15 lines
No EOL
176 B
CSS
/* titles */
|
|
h1, h2, h3 {
|
|
font-weight: normal;
|
|
color: #333;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.3em;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 10px;
|
|
font-size: 1.2em;
|
|
} |