svg.escobar.life

A simple SVG markup editor for the web

Commit
b03dcf102881424698e9a99a58cb783185c1a6ae
Parent
8bd841acefa36f2a21f76add5d8012f8ae0e0a2e
Author
Pablo <pablo-escobar@riseup.net>
Date

Rounded some corners (literaly)

Diffstat

1 file changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified css/styles.css 2 2 0
diff --git a/css/styles.css b/css/styles.css
@@ -101,6 +101,7 @@ body, button, .elmsh, textarea {
 
   padding: 1em;
   background: var(--foreground);
+  border-radius: 6pt;
 }
 
 #container.dark button {
@@ -119,6 +120,7 @@ body, button, .elmsh, textarea {
   background: var(--background);
   border: none;
   cursor: pointer;
+  border-radius: 6pt;
 
   line-height: 2em;
   text-align: center;