mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
Add edit
This commit is contained in:
1
web/public/css/org.css
Normal file
1
web/public/css/org.css
Normal file
File diff suppressed because one or more lines are too long
@@ -46,10 +46,10 @@ p.verse { margin-left: 3%; }
|
||||
pre {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 3px 3px 3px #eee;
|
||||
padding: 8pt;
|
||||
padding: 8px;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
margin: 1.2em 0;
|
||||
}
|
||||
pre.src {
|
||||
position: relative;
|
||||
@@ -182,7 +182,6 @@ dt { font-weight: bold; }
|
||||
}
|
||||
#org-div-home-and-up
|
||||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||
textarea { overflow-x: auto; }
|
||||
.linenr { font-size: smaller }
|
||||
.code-highlighted { background-color: #ffff00; }
|
||||
.org-info-js_info-navigation { border-style: none; }
|
||||
@@ -255,3 +254,19 @@ textarea { overflow-x: auto; }
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
padding: 8px;
|
||||
border: 1px solid rgba(39,41,43,.15);
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
width: 100%;
|
||||
resize: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user