浏览代码

Merge pull request #2719 from Automattic/fix/2718-remove-padding-from-darkmode

Remove padding attributes from Dark Mode variables
Jeff Ong 4 年之前
父节点
当前提交
f8f431d1d5
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      spearhead/variables.css

+ 0 - 2
spearhead/variables.css

@@ -113,7 +113,5 @@
 		--sticky-posts--alt-color-background: #2d3139;
 		--primary-nav--color-background: var(--sticky-posts--alt-color-background);
 		--primary-nav--dropdown-color-link: var(--global--color-foreground);
-		--button--padding-vertical: 24px;
-		--button--padding-horizontal: 32px;
 	}
 }