mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-03-05 02:18:21 +01:00
[API/Edudziennik] Fix grades colors.
This commit is contained in:
parent
53675122c6
commit
ea5720d1c8
@ -8,7 +8,7 @@ import kotlin.text.RegexOption.DOT_MATCHES_ALL
|
||||
|
||||
object Regexes {
|
||||
val STYLE_CSS_COLOR by lazy {
|
||||
"""color: \w+?;?"?""".toRegex()
|
||||
"""color: (\w+);?""".toRegex()
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user