mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
13 lines
236 B
CSS
13 lines
236 B
CSS
|
/**
|
||
|
* @provides diffusion-history-css
|
||
|
*/
|
||
|
|
||
|
.diffusion-history-list .phui-oi-link {
|
||
|
color: {$darkbluetext};
|
||
|
font-size: {$biggerfontsize};
|
||
|
}
|
||
|
|
||
|
.diffusion-history-list .phui-oi-attribute .phui-tag-core {
|
||
|
border-color: transparent;
|
||
|
}
|