Logo
Explore Help
Sign In
h/fish-shell
1
Fork 0
You've already forked fish-shell
mirror of https://github.com/fish-shell/fish-shell.git synced 2026-05-17 16:11:15 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
344ff7be88ece267f3ced442d4e122fb77e8fcef
fish-shell/share/tools/web_config/fishconfig_print.css

32 lines
405 B
CSS
Raw Normal View History

improved print CSS for fish_config This commit introduces a fishconfig_print.css that contains special CSS styles that only apply when printing the fishconfig page. This is especially useful when the user wants to print out the key bindings.
2023-06-02 14:07:08 +02:00
body {
background: white;
font-size: 8pt;
}
Optimize functions page style of fish_config. - Fix the background color of .function-body in dark mode to improve readability. - Switch to Tomorrow Night Bright color theme for better contrast and readability in dark mode. - Format all stylesheets of fish_config. Closes #12257
2026-01-03 09:29:28 +08:00
.tab,
.print_hidden {
improved print CSS for fish_config This commit introduces a fishconfig_print.css that contains special CSS styles that only apply when printing the fishconfig page. This is especially useful when the user wants to print out the key bindings.
2023-06-02 14:07:08 +02:00
display: none;
}
.tab.selected_tab {
background: white;
display: block;
font-size: 22pt;
font-weight: bold;
padding-left: 14pt;
text-align: left;
}
.print_only {
display: initial;
}
.data_table_cell {
border-bottom: #dbdbdb 1pt solid;
}
#ancestor {
width: 100%;
box-shadow: none;
format: add final newlines to files Part of #12408
2026-02-02 17:53:11 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 127ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API