forked from spring-io/antora-ui-spring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify CSS and rebase on antora-default-ui
Refactor existing CSS to build on top of antora-default-ui CSS. This update allows us to apply our CSS tweaks on top of the standard Antora UI which should help us keep it in sync. In addition, the updated CSS provides the following changes: - Admon block styling has been updated to improve the look - Reduced contrast is now used for the dark theme - Callout formatting has been improved - The breadcrumb area has been moved to allow the main <article> tag to have the `doc` class applied. Without this change the default Antora CSS does not apply correctly. - Anchor hover positions have been improved. - Toolbox and Tab buttons have hover colors. - Tables can scroll horizontally when there is unbreakable content. - Spring specific css is prefixed with `spring-` to make the files easier to find from browser devtools. - Page bounce has been disabled Closes spring-io#205
- Loading branch information
Showing
29 changed files
with
1,132 additions
and
1,909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,3 @@ | |
display: flex; | ||
} | ||
} | ||
|
||
body { | ||
text-rendering: optimizeLegibility; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.