Notes/src/styles/externallinks.css

19 lines
893 B
CSS
Raw Normal View History

2023-09-23 02:56:59 -04:00
a[href^="https://"] {
display: inline-flex;
align-items: center;
gap: 6px;
}
#main a[href^="https://"] {
padding-right: 6px;
}
a[href^="https://"]::after {
content: "";
background-color: currentcolor;
mask: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.5\" height=\"13.5\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z\"></path></svg>");
-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.5\" height=\"13.5\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z\"></path></svg>");
width: 13.5px;
height: 13.5px;
display: inline-flex;
}