File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1313 --aws-smile : # ff9900 ;
1414 --aws-rind : # fbd8bf ;
1515
16- --lightmode-text : var (--aws-squid-ink );
16+ --lightmode-text : var (--aws-dark- squid-ink );
1717 --darkmode-text : var (--aws-white );
1818}
1919
20+ /* ==========================================================================
21+ Common Elements
22+ ========================================================================== */
23+
24+ /* Hyperlinks */
25+ .md-content a {
26+ color : var (--aws-smile );
27+ }
28+ .md-content a : hover {
29+ color : var (--aws-rind );
30+ }
31+
32+
2033/* ==========================================================================
2134 Light Mode
2235 ========================================================================== */
2336
2437/* Theme colors */
2538[data-md-color-scheme = "default" ] {
26- --md-primary-fg-color : var (--aws-sky );
39+ --md-primary-fg-color : var (--aws-stone );
2740 --md-accent-fg-color : var (--aws-smile );
2841}
2942
5164 content : url ('../../assets/logos/AWS_logo_RGB.svg' );
5265}
5366
67+
5468/* ==========================================================================
5569 Dark Mode
5670 ========================================================================== */
5771
5872/* Theme colors */
5973[data-md-color-scheme = "slate" ] {
60- --md-primary-fg-color : var (--aws-sky );
74+ --md-primary-fg-color : var (--aws-dark-squid-ink );
6175 --md-accent-fg-color : var (--aws-smile );
6276}
6377
You can’t perform that action at this time.
0 commit comments