diff options
| author | Radu <radu@pml4t.net> | 2023-11-30 12:23:59 -0500 | 
|---|---|---|
| committer | Radu <radu@pml4t.net> | 2023-11-30 12:23:59 -0500 | 
| commit | 8660ec9e1be36cbb1dbbce49ad6851425cba49a6 (patch) | |
| tree | 4cfc55c663b016d199408f2800ddc61d50f1d554 | |
| parent | 290f849c64c9f198f09b592daa48ecdae957375f (diff) | |
| -rw-r--r-- | styles.css | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -42,3 +42,8 @@ pre code.hljs {  .edited::before {    content: " ";  } + +blockquote { +  border-left: 2px solid #00dab6; +  padding-left: 0.5em; +} | 
