mirror of
https://github.com/arnaucube/md-live-server.git
synced 2026-02-07 20:06:39 +01:00
add tables borders, add README vim config
This commit is contained in:
12
templates.go
12
templates.go
@@ -38,6 +38,9 @@ pre, code{
|
||||
background: #333333;
|
||||
border-radius: 3px;
|
||||
}
|
||||
pre{
|
||||
padding: 5px;
|
||||
}
|
||||
pre>code {
|
||||
color: #c0fffa;
|
||||
}
|
||||
@@ -51,6 +54,15 @@ h2:after{
|
||||
display:block;
|
||||
border:0.7px solid #cccccc;
|
||||
}
|
||||
th{
|
||||
padding: 3px;
|
||||
border: 1px solid #234b4f;
|
||||
background-color: #143134;
|
||||
}
|
||||
td{
|
||||
padding: 3px;
|
||||
border: 1px solid #234b4f;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user