diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/bg.svg | 2 | ||||
| -rw-r--r-- | assets/style.scss | 10 | 
2 files changed, 10 insertions, 2 deletions
| diff --git a/assets/bg.svg b/assets/bg.svg index df8ec8bb..1f7fcb1b 100644 --- a/assets/bg.svg +++ b/assets/bg.svg @@ -1,7 +1,7 @@  ---  ---  <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> -  <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity="1"> +  <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity=".5">      <rect x="4" y="1" width="16" height="22" rx="3"></rect>      <rect x="2" y="2" width="20" height="20" rx="3"></rect>      <rect x="1" y="4" width="22" height="16" rx="3"></rect> diff --git a/assets/style.scss b/assets/style.scss index 425b2875..8769913f 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -101,6 +101,15 @@ a {      height: 100%;      stroke-width: 2;      opacity: .8; + +    + svg { +      stroke-width: .08; +      opacity: 1; +      stroke: red; +      position: absolute; +      left: 0; +      top: 0; +    }    }  } @@ -128,7 +137,6 @@ a {      display: block;      width: 1.5rem;      height: 1.5rem; -    stroke-width: 2;    }  } | 
