.building::before { content: image-url('browse/building.png'); }
.highway.bridleway::before { content: image-url('browse/bridleway.20.png'); }
- .highway.byway::before { content: image-url('browse/byway.20.png'); }
.highway.cycleway::before { content: image-url('browse/cycleway.20.png'); }
.highway.footway::before { content: image-url('browse/footway.20.png'); }
.highway.motorway::before { content: image-url('browse/motorway.20.png'); }
display: none;
}
+.search_form {
+ .describe_location {
+ font-size: 10px;
+ }
+}
+
/* Rules for search sidebar */
#sidebar .search_results_entry {
/* Rules for messages pages */
.messages {
- .inbox-row {
- background: $offwhite;
- }
-
.inbox-row-unread td {
background: #CBEEA7;
}
}
-.search_form {
- .describe_location {
- font-size: 10px;
- }
-}
-
/* Rules for user images */
img.user_image {
/* Rules for rich text */
-.richtext,
-.prose {
+.richtext {
code {
background: var(--bs-secondary-bg);
padding: 2px 3px;
$lineheight: 20px;
$typeheight: 14px;
-$offwhite: #f8f8ff;
$blue: #7092FF;
$secondary: #888;
$lightblue: #B8C5F0;
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
qs@^6.9.4:
- version "6.12.0"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.0.tgz#edd40c3b823995946a8a0b1f208669c7a200db77"
- integrity sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==
+ version "6.12.1"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
+ integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
dependencies:
side-channel "^1.0.6"