1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 01:06:00 -04:00

contact form cleanup

This commit is contained in:
2021-12-05 18:28:33 -05:00
parent aebc982dc3
commit b4cd9eea59
9 changed files with 63 additions and 56 deletions
-4
View File
@@ -127,7 +127,6 @@ div.highlight-clipboard-enabled {
// Syntax Highlighting (light) - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight
body.light {
// stylelint-disable no-descending-specificity
div.highlight,
button.copy-button,
:not(pre) > code {
@@ -139,7 +138,6 @@ body.light {
button.copy-button {
color: #313131;
}
// stylelint-enable no-descending-specificity
.chroma {
.k,
@@ -215,7 +213,6 @@ body.light {
// Syntax Highlighting (dark) - modified from Dracula: https://github.com/dracula/pygments
body.dark {
// stylelint-disable no-descending-specificity
div.highlight,
button.copy-button,
:not(pre) > code {
@@ -227,7 +224,6 @@ body.dark {
button.copy-button {
color: #e4e4e4;
}
// stylelint-enable no-descending-specificity
.chroma {
.k,