Merge pull request #377 from jdegand/github-success-btn

fix: missing dash in css variable
This commit is contained in:
Laforge Thomas
2023-12-01 09:36:30 +01:00
committed by GitHub

View File

@@ -34,7 +34,7 @@
border-radius: 6px;
padding: 2px 8px;
background-color: rgb(35, 134, 54);
color: var(-color-btn);
color: var(--color-btn);
}
.github-neutral-btn {