mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
Implement search on front end
This commit is contained in:
@@ -22,3 +22,11 @@
|
||||
hr {
|
||||
border-top: 2px solid @fl-body-secondary-color;
|
||||
}
|
||||
|
||||
mark {
|
||||
background: #FFE300;
|
||||
color: @fl-body-color;
|
||||
padding: 1px;
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user