From f8f58334e70d24e4f4acef78d0951565b92ea341 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 16:01:51 +0300 Subject: css: move CSS files to jekyll-theme/ --- assets/css/common/fix_bootstrap.css | 43 ------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 assets/css/common/fix_bootstrap.css (limited to 'assets/css/common/fix_bootstrap.css') diff --git a/assets/css/common/fix_bootstrap.css b/assets/css/common/fix_bootstrap.css deleted file mode 100644 index 03100b3..0000000 --- a/assets/css/common/fix_bootstrap.css +++ /dev/null @@ -1,43 +0,0 @@ -/* Links become blue inside of elements otherwise. */ -h1 a, -h2 a, -h3 a, -h4 a, -h5 a, -h6 a { - color: inherit; -} -span.badge { - /* Link captions might become too close to badges on the sidebar. */ - margin-left: .5em; - /* Color badges in the color of grass. - * TODO: research if this can be set in the config or factor it out into a - * variable. */ - background-color: #008567; -} -/* Add horizontal scrollbars to
s and don't wrap the code inside. */
-pre {
-  overflow-x: auto;
-}
-pre code {
-  white-space: pre;
-  word-wrap: normal;
-}
-/* Fixup syntax.css, which sets the code background to white. */
-.highlight {
-  background-color: #fafafa !important;
-}
-/* Prevent  elements from standing out from alerts. */
-.alert code {
-  padding: 0;
-  background-color: inherit;
-}
-/* Don't color category links blue. */
-.text-muted a.category {
-  color: inherit;
-}
-/* WTF? Sometimes I want to skip .list-group-item-text, and I don't want the
- * margin for the heading. */
-.list-group-item-heading:last-child {
-  margin-bottom: 0;
-}
-- 
cgit v1.2.3