Browse Source

A few more tweaks

master
Julio Biason 5 years ago
parent
commit
1116331d2a
  1. 2
      sass/_theme.scss
  2. 4
      sass/colors.scss
  3. BIN
      screenshot.png

2
sass/_theme.scss

@ -72,7 +72,7 @@ a[itemprop="url"]:hover {
}
a[href*="://"]::after,
a[rel*="external"] {
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='%23ff9800'%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");
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='%23#{str-slice("#{$anchor-after}", 2)}'%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");
color: $anchor;
}
figure a[href*="://"]::after,

4
sass/colors.scss

@ -5,13 +5,14 @@ $pre-border: #ccc;
$dark-background: #fff;
$dark-header-color: #000;
$dark-color: #333;
$muted-color: rgba($dark-color, 0.5);
$success: #4caf50;
$warning: #ff9800;
/* $anchor: #ff2e88; */
$anchor: $success;
$anchor-hover: #fff;
$anchor-after: complement($anchor);
$progressbar-color: #ccc;
$progressbar-color-filled: gray;
@ -67,7 +68,6 @@ $button-success-ghost-color: $success;
$button-success-ghost-focus-border: #388e3c;
$button-success-ghost-focus-color: $button-success-ghost-focus-border;
$muted-color: rgba(255, 255, 255, 0.5);
$target: #fff;
$nav-active-color: #fff;

BIN
screenshot.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Loading…
Cancel
Save