mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Fix links for docs (#2908)
* fix docs paths * docsLink directive * fix: bugs (#2909) --------- Co-authored-by: Alex Inkin <alexander@inkin.ru>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@import '@taiga-ui/core/styles/taiga-ui-local';
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -21,7 +25,9 @@ hr {
|
||||
|
||||
:root {
|
||||
--bumper: 0.375rem;
|
||||
--tui-font-text: 'Proxima Nova', 'Manrope', -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
|
||||
--tui-font-text: 'Proxima Nova', 'Manrope', -apple-system,
|
||||
'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
.g-page {
|
||||
|
||||
Reference in New Issue
Block a user