Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e4e4dc1

Browse files
Correct tailwindcss color names.
1 parent d5e3dbb commit e4e4dc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎app/dry-python/styles/header.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
.header-button-group-button {
2727
transition: background 0.3s, border 0.3s, color 0.3s;
28-
@apply bg-transparent text-blue-dark font-semibold py-3 px-5 mx-5 border border-blue rounded no-underline;
28+
@apply bg-transparent text-blue-900 font-semibold py-3 px-5 mx-5 border border-blue-500 rounded no-underline;
2929
}
3030

3131
.header-button-group-button:hover {
32-
@apply text-white bg-blue border-transparent;
32+
@apply text-white bg-blue-500 border-transparent;
3333
}

‎app/dry-python/styles/navbar.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
}
1212

1313
.navbar-item {
14-
@apply no-underline text-grey-darker mr-4 font-semibold align-middle border-b-2 border-solid border-transparent;
14+
@apply no-underline text-gray-900 mr-4 font-semibold align-middle border-b-2 border-solid border-transparent;
1515
}
1616

1717
.navbar-item:hover {
1818
@apply text-black border-black;
1919
}
2020

2121
.navbar-button {
22-
@apply flex items-center px-3 py-2 border rounded text-teal-lighter border-teal-light;
22+
@apply flex items-center px-3 py-2 border rounded text-teal-400 border-teal-500;
2323
}
2424

2525
.navbar-button:hover {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /