Update feedback button color.

This commit is contained in:
Robert Krátký 2024-01-10 16:05:38 +01:00
parent 36c115b4f4
commit f2504fe859
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
.github-issue-link {
font-size: var(--font-size--small);
font-weight: bold;
background-color: #DD4814;
background-color: #D6410D;
padding: 13px 23px;
text-decoration: none;
}