diff options
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index d581c01..7e0d2ce 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -32,6 +32,7 @@ width: 105px; height: 148.5px; background-color: #fff; + border-radius: 3px; } .templateName { text-align: center; @@ -44,5 +45,5 @@ background-color: #156CD5; } .clicked { - outline: solid 3px #156CD5; + box-shadow: 0 0 0 2pt #156CD5; }
\ No newline at end of file |
