GLOG Rules

This commit is contained in:
Hazel Snider 2020-09-08 21:29:13 -04:00
parent fbb4f25b77
commit 44ae037e22
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
5 changed files with 373 additions and 3 deletions

View file

@ -46,7 +46,7 @@ a {
color: #d3d0c8;
}
a::after {
a:not(.internal)::after {
content: " " url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20class='i-external'%20viewBox='0%200%2032%2032'%20width='14'%20height='14'%20fill='none'%20stroke='%23ffcd5d'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='9.38%'%3E%3Cpath%20d='M14%209%20L3%209%203%2029%2023%2029%2023%2018%20M18%204%20L28%204%2028%2014%20M28%204%20L14%2018'/%3E%3C/svg%3E");
}