com.github.woojiahao.style.elements.Link.kt Maven / Gradle / Ivy
package com.github.woojiahao.style.elements
import com.github.woojiahao.style.Settings
import com.github.woojiahao.utility.c
class Link(settings: Settings) : Element("a", settings) {
init {
textColor.value = c("448AFF")
}
}