mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Christophe HENRY
678778ba2c
* Creates a default directory for the default css. * Changes the way to address CSS: "," used as "/" (see htmgem/css/index.gmi). * "src" style replaces the "pre": display the source code onscreen. * Removes the "None" style, useless after all. * Removes the absolute stylesheet path, now always in /htmgem/css.
6 lines
93 B
CSS
6 lines
93 B
CSS
@import "base.css";
|
|
|
|
h1, h2, h3, p, li, pre, blockquote {
|
|
border: 1px solid lightblue;
|
|
}
|