|
41 | 41 | color: #2D4954 !important; |
42 | 42 | } |
43 | 43 |
|
44 | | -.md-typeset a { |
| 44 | +/* .md-typeset a { |
45 | 45 | color: #2D4954 !important; |
46 | 46 | text-decoration: underline; |
47 | 47 | text-decoration-thickness: 0.5px;; |
|
52 | 52 | .md-typeset a:hover { |
53 | 53 | color: teal !important; |
54 | 54 | text-decoration-thickness: 2px; |
| 55 | +} */ |
| 56 | + |
| 57 | +.md-typeset a:not(.md-button) { |
| 58 | + color: #2D4954 !important; |
| 59 | + text-decoration: underline; |
| 60 | + text-decoration-thickness: 0.5px; |
| 61 | + font-weight: 600 !important; |
| 62 | + transition: color 0.25s ease-in-out; |
| 63 | +} |
| 64 | + |
| 65 | +.md-typeset a:not(.md-button):hover { |
| 66 | + color: teal !important; |
| 67 | + text-decoration-thickness: 2px; |
55 | 68 | } |
56 | 69 |
|
57 | 70 | .md-tabs__item--active { |
|
64 | 77 | } |
65 | 78 |
|
66 | 79 |
|
67 | | -[data-md-color-scheme="oracle"] .md-typeset .md-button, |
68 | | -[data-md-color-scheme="slate"] .md-typeset .md-button { |
| 80 | +[data-md-color-scheme="oracle"] .md-typeset .md-button |
| 81 | +{ |
69 | 82 | border: 2px solid #5995ac !important; |
70 | 83 | background-color: #2D4954 !important; |
71 | 84 | color: #ffffff !important; |
72 | | - text-decoration: underline !important; |
73 | 85 | font-weight: 600; |
74 | 86 | padding: 14px 20px; |
75 | 87 | display: inline-block; |
|
80 | 92 | } |
81 | 93 |
|
82 | 94 |
|
83 | | -[data-md-color-scheme="oracle"] .md-typeset .md-button:hover, |
84 | | -[data-md-color-scheme="slate"] .md-typeset .md-button:hover { |
| 95 | +[data-md-color-scheme="oracle"] .md-typeset .md-button:hover |
| 96 | +{ |
85 | 97 | background-color: #2D4954 !important; |
86 | 98 | color: #ffffff !important; |
87 | 99 | border: 4px solid #5995ac !important; |
88 | 100 | transform: scale(1.05); |
| 101 | + text-decoration: underline !important; |
89 | 102 | text-decoration-color: teal !important; |
90 | 103 | } |
91 | 104 |
|
|
0 commit comments