2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-31 08:42:24 +00:00
Files
website/style-v2/css_0/theme_grape/theme.css
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

29 lines
596 B
CSS

/*
Copyright 2005-2006 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt)
*/
/* Bright sky-blue/orange links. */
@import url(links.css);
@import url(header.css);
body {
background: #FFFFFF;
color: #000000;
}
/* Search box */
#sidebar #search #search-text #q {
background-color: #75689D;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
/* Markers on sidebar menus. */
#sidebar #menu ul li h4 a {
border-left-color: #75689D;
border-right-color: #75689D;
}