mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
16 lines
231 B
CSS
16 lines
231 B
CSS
.title {
|
|
line-height: var(--line-height);
|
|
margin: 0;
|
|
display: inline;
|
|
}
|
|
|
|
.title a {
|
|
font-size: var(--font-size-base);
|
|
color: var(--font-color-heading);
|
|
}
|
|
|
|
.title a:hover,
|
|
.title a:focus {
|
|
color: var(--color-primary);
|
|
}
|